home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / mint / mntlib43 / mntlib / copyrigh < prev    next >
Text File  |  1993-07-09  |  5KB  |  115 lines

  1. Most of this library is public domain and hence may be used without
  2. restriction. Please note the following exceptions:
  3.  
  4.  
  5. doprnt.c and the curses library/header files are:
  6.  
  7. /*
  8.  * Copyright (c) 1988 Regents of the University of California.
  9.  * All rights reserved.
  10.  *
  11.  * Redistribution and use in source and binary forms are permitted
  12.  * provided that the above copyright notice and this paragraph are
  13.  * duplicated in all such forms and that any documentation,
  14.  * advertising materials, and other materials related to such
  15.  * distribution and use acknowledge that the software was developed
  16.  * by the University of California, Berkeley.  The name of the
  17.  * University may not be used to endorse or promote products derived
  18.  * from this software without specific prior written permission.
  19.  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
  20.  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
  21.  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
  22.  */
  23.  
  24.  
  25. The termcap library itself (some of which is incorporated in the
  26. curses libraries) is:
  27.  
  28. /************************************************************************
  29.  *                                    *
  30.  *            Copyright (c) 1982, Fred Fish            *
  31.  *                All Rights Reserved                *
  32.  *                                    *
  33.  *    This software and/or documentation is released for public    *
  34.  *    distribution for personal, non-commercial use only.        *
  35.  *    Limited rights to use, modify, and redistribute are hereby    *
  36.  *    granted for non-commercial purposes, provided that all        *
  37.  *    copyright notices remain intact and all changes are clearly    *
  38.  *    documented.  The author makes no warranty of any kind with    *
  39.  *    respect to this product and explicitly disclaims any implied    *
  40.  *    warranties of merchantability or fitness for any particular    *
  41.  *    purpose.                            *
  42.  *                                    *
  43.  ************************************************************************
  44.  */
  45.  
  46.  
  47. obstack.c and obstack.h are:
  48.  
  49. /* obstack.h - object stack macros
  50.    Copyright (C) 1988 Free Software Foundation, Inc.
  51.  
  52. This program is free software; you can redistribute it and/or modify it
  53. under the terms of the GNU General Public License as published by the
  54. Free Software Foundation; either version 2, or (at your option) any
  55. later version.
  56.  
  57. This program is distributed in the hope that it will be useful,
  58. but WITHOUT ANY WARRANTY; without even the implied warranty of
  59. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  60. GNU General Public License for more details.
  61.  
  62. You should have received a copy of the GNU General Public License
  63. along with this program; if not, write to the Free Software
  64. Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  65.  
  66.  
  67. libgcc2.c is:
  68.  
  69. /* Copyright (C) 1989, 1992 Free Software Foundation, Inc.
  70.  
  71. This file is part of GNU CC.
  72.  
  73. GNU CC is free software; you can redistribute it and/or modify
  74. it under the terms of the GNU General Public License as published by
  75. the Free Software Foundation; either version 2, or (at your option)
  76. any later version.
  77.  
  78. GNU CC is distributed in the hope that it will be useful,
  79. but WITHOUT ANY WARRANTY; without even the implied warranty of
  80. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  81. GNU General Public License for more details.
  82.  
  83. You should have received a copy of the GNU General Public License
  84. along with GNU CC; see the file COPYING.  If not, write to
  85. the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
  86.  
  87. /* As a special exception, if you link this library with files
  88.    compiled with GCC to produce an executable, this does not cause
  89.    the resulting executable to be covered by the GNU General Public License.
  90.    This exception does not however invalidate any other reasons why
  91.    the executable file might be covered by the GNU General Public License.  */
  92.  
  93.  
  94. stab.h and stab.def (in the include directory) are:
  95.  
  96. /* Table of DBX symbol codes for the GNU system.
  97.    Copyright (C) 1988 Free Software Foundation, Inc.
  98.  
  99.    This program is free software; you can redistribute it and/or modify
  100.    it under the terms of the GNU General Public License as published by
  101.    the Free Software Foundation; either version 1, or (at your option)
  102.    any later version.
  103.  
  104.    This program is distributed in the hope that it will be useful,
  105.    but WITHOUT ANY WARRANTY; without even the implied warranty of
  106.    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  107.    GNU General Public License for more details.
  108.  
  109.    You should have received a copy of the GNU General Public License
  110.    along with this program; if not, write to the Free Software
  111.    Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  112.  
  113. /* This contains contribution from Cygnus Support.  */
  114.  
  115.